home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blobs.swf / scripts / DefineButton2_241 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  160 b   |  11 lines

  1. on(release){
  2.    if(_parent.rules == 1)
  3.    {
  4.       _parent.help.gotoAndPlay("close");
  5.    }
  6.    else
  7.    {
  8.       _parent.help.gotoAndPlay("open");
  9.    }
  10. }
  11.